home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000184_news@newsmaster….columbia.edu _Tue May 13 10:31:14 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA00391
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 13 May 1997 10:31:13 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA01246
  7.     for kermit.misc@watsun; Tue, 13 May 1997 10:31:13 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Divide overflow error
  12. Date: 13 May 1997 14:31:10 GMT
  13. Organization: Columbia University
  14. Lines: 17
  15. Message-ID: <5l9tve$9e9$1@apakabar.cc.columbia.edu>
  16. References: <13MAY97.01335073@enh.nist.gov>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7016
  19.  
  20. In article <13MAY97.01335073@enh.nist.gov>,  <reflib@enh.nist.gov> wrote:
  21. :   >...You are running a rather old version of MS-DOS Kermit...
  22. :    Sigh.  I have been using Kermit 3.12 happily for years, but now have
  23. : to cope with the top of the line Pentium and am getting the Divide overflow
  24. : error.
  25. It's a fact of life.  Time-critical (realtime) software written years ago for
  26. a 286 or 386 class machine cannot be expected to work forever as the hardware
  27. keeps changing out from underneath it; the developers don't have crystal balls.
  28. Adjustments are necessary.
  29.  
  30. :   What update do I have to use, and where do I get it?
  31. http://www.columbia.edu/kermit/mskermit.html
  32.  
  33. - Frank